github.com/go-pg/migrations/v8.Collection.schemaTableName (method)

4 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L62: func (c *Collection) schemaTableName() (string, string) {
		collection.go#L609: 	schema, _ := c.schemaTableName()
		collection.go#L617: 	schema, table := c.schemaTableName()
		collection.go#L652: 		schema, _ := c.schemaTableName()